
 
 '   S e l e c t   t h e   f i r s t   " T r u e "   C a s e 
 
 
 
 S e l e c t   T r u e 
 
 	 	 
 
 	 C a s e   S l o t ( 1 )   =   2 
 
 	 	 P r i n t   " S l o t   1   =   2 " 
 
 	 	 
 
 	 C a s e   S l o t ( 1 )   =   3 
 
 	 	 P r i n t   " S l o t   1   =   3 " 
 
 	 	 
 
 	 C a s e   S l o t ( 1 )   =   2 7   A n d   V 1   < >   3   A n d   S 1   =   " O K " 
 
 	 	 P r i n t   " S l o t   1   =   2 7   a n d   V 1   < >   3   a n d   S 1   =   O K " 
 
 	 	 
 
 	 C a s e E l s e 
 
 	 	 P r i n t   " S l o t   1   v a l u e   i s   d i f f e r e n t   f r o m   2 ,   3   a n d   2 7 " 
 
 	 	 
 
 E n d S e l e c t 
 
 
 
 
 
 ' W A T C H   S l o t ( 1 ) 
 
 ' E X E C   S l o t ( 1 )   =   2 7   :   V 1   =   9 9   :   S 1   =   " O K " 
 
 